Home / Admin Operations / Request Template / View list of Templates

View list of Templates


View the list of all request templates

URL
https://sdpondemand.manageengine.com/api/json/admin/request_template

Method
POST

API description
Displays a list of all request templates in the ServiceDesk Plus On-Demand application

Parameters to be passed
authtoken, scope, OPERATION_NAME (value is GET_REQUEST_TEMPLATE)

Sample Response:

{
   "operation": {
      "name": "GET_REQUEST_TEMPLATE",
      "result": {
         "status": "Success",
         "message": "Settings retrieved successfully"
      },
      "Details": [
         {
            "TEMPLATENAME": "Default Requestl",    
            “TEMPLATEID” : “1”
         }       
      ]
   }
}



     RSS of this page